Xceed .NET Libraries Documentation
Xceed.Compression Assembly / Xceed.Compression Namespace / Rfc2898DeriveBytesRecord Class / Rfc2898DeriveBytesRecord Constructor / Rfc2898DeriveBytesRecord Constructor(Byte[],Byte[])


In This Topic
    Rfc2898DeriveBytesRecord Constructor(Byte[],Byte[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal password() As Byte, _
       ByVal salt() As Byte _
    )
    'Usage
     
    Dim password() As Byte
    Dim salt() As Byte
     
    Dim instance As New Rfc2898DeriveBytesRecord(password, salt)
    public Rfc2898DeriveBytesRecord( 
       byte[] password,
       byte[] salt
    )

    Parameters

    password
    salt
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also